Vcenter Vm Hardware Cdrom Info
The Vcenter Vm Hardware Cdrom Info schema contains information about a virtual CD-ROM device.
{
"type": "string",
"label": "string",
"ide": {
"primary": false,
"master": false
},
"sata": {
"bus": 0,
"unit": 0
},
"backing": {
"type": "string",
"iso_file": "string",
"host_device": "string",
"auto_detect": false,
"device_access_type": "string"
},
"state": "string",
"start_connected": false,
"allow_guest_control": false
}
Type of host bus adapter to which the device is attached.
For more information see: Vcenter Vm Hardware Cdrom HostBusAdapterType.
Device label.
Address of device attached to a virtual IDE adapter.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Cdrom HostBusAdapterType.IDE.
Address of device attached to a virtual SATA adapter.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Cdrom HostBusAdapterType.SATA.
Physical resource backing for the virtual CD-ROM device.
Connection status of the virtual device.
For more information see: Vcenter Vm Hardware ConnectionState.
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
Flag indicating whether the guest can connect and disconnect the device.